
 
 F u n c t i o n :   i s D i s a b l e d ( d o m E l e m e n t O r D C ) 
 
 
 
 D e s c r i p t i o n :   C h e c k s   i f   a n   e l e m e n t   o r   a   D C   o b j e c t   i s   d i s a b l e d . 
 
 
 
 R e t u r n s :   T r u e   i f   y e s ,   F a l s e   o t h e r w i s e . 
 
 
 
 N o t e :   M e a n t   t o   a c c o m p a n y   t h e   s e t D i s a b l e d ( )   a n d   u p d a t e D i s a b l e d ( )   f u n c t i o n s .   W i l l   r e t u r n   t r u e   i f   a   n a t i v e   f o r m   f i e l d   i s   d i s a b l e d ,   o r   i f   a n   e l e m e n t   h a s   a   b o u n d   D C   o b j e c t   t h a t   i s   d i s a b l e d ,   o r   i f   a n   e l e m e n t   i n c l u d e s   t h e   a t t r i b u t e   a r i a - d i s a b l e d = " t r u e " . 
 
 
 
 E x a m p l e : 
 
 
 
 v a r   d i s a b l e d   =   $ A . i s D i s a b l e d ( d o m N o d e ) ; 
 
 
 
 i f   ( d i s a b l e d )   r e t u r n ; 
 
 